home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / powermgmt-base.prerm < prev    next >
Encoding:
Text File  |  2007-03-07  |  180 b   |  12 lines

  1. #!/bin/sh -e
  2.  
  3.  
  4.  
  5. FN="/etc/modprobe.d/apm"
  6. if [ -f "${FN}" ] && md5sum --check --status > /dev/null 2>&1 << EOF
  7. 05bec108b10c64c5a614cf4576e5d66a  ${FN}
  8. EOF
  9. then
  10.     rm -f "${FN}"
  11. fi
  12.